const go/types._WrongArgCount
6 uses
go/types (current package)
builtins.go#L72: check.invalidOp(inNode(call, call.Rparen), _WrongArgCount, "%s arguments for %s (expected %d, found %d)", msg, call, bin.nargs, nargs)
builtins.go#L511: check.invalidOp(call, _WrongArgCount, "%v expects %d or %d arguments; found %d", call, min, min+1, nargs)
call.go#L132: check.errorf(inNode(call, call.Rparen), _WrongArgCount, "missing argument in conversion to %s", T)
call.go#L150: check.errorf(call.Args[n-1], _WrongArgCount, "too many arguments in conversion to %s", T)
call.go#L371: check.errorf(at, _WrongArgCount, "%s arguments in call to %s\n\thave %s\n\twant %s",
errorcodes.go#L1207: _WrongArgCount